Einhugur macOS Bridge plugin.

NSArray.Contains Method

Returns a Boolean value that indicates whether a given object is present in the array.

Contains(
   value as EinhugurCoreBridge.NSObject) as Boolean

Parameters

value
The NSObject to test for.

Returns

Boolean

Remarks

See Also

NSArray Class